home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 117 / PC Guia 117.iso / Software / Utils / Software4 / Product5 / Setup.exe / vdlptokn.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-01-25  |  1.6 KB  |  85 lines

  1. [Version]
  2. signature      = "$Windows NT$"
  3. Provider     = %Msft%
  4.  
  5.  
  6. [DestinationDirs]
  7. DefaultDestDir             = 12
  8. dlkfsdlp.DriverFiles     = 12             ;%windir%\system32\drivers
  9.  
  10. [SourceDisksNames]
  11. 1 = %Disk1%
  12.  
  13. [SourceDisksFiles]
  14. vdlptokn.sys = 1
  15.  
  16. ;;
  17. ;; Default install sections
  18. ;;
  19.  
  20. [DefaultInstall]
  21. OptionDesc          = %vdlptoknservicedesc%
  22. ;CopyFiles           = vdlptokn.DriverFiles
  23.  
  24. [DefaultInstall.Services]
  25. AddService          = %vdlptoknservicename%,,vdlptokn.Service
  26. AddReg              = vdlptokn.AddRegistry
  27.  
  28.  
  29. ;;
  30. ;; Default uninstall sections
  31. ;;
  32.  
  33. ;[DefaultUninstall]
  34. DelFiles   = vdlptokn.DriverFiles
  35. DelReg     = vdlptokn.DelRegistry
  36.  
  37. ;[DefaultUninstall.Services]
  38.  
  39. ;
  40. ; Services Section
  41. ;
  42.  
  43. [vdlptokn.Service]
  44. DisplayName     = %vdlptoknservicename%
  45. Description     = %vdlptoknservicedesc%
  46. ServiceBinary     = %12%\vdlptokn.sys                        
  47. ServiceType     = 1
  48. StartType     = 0
  49. ErrorControl     = 1
  50. AddReg         = vdlptokn.AddRegistry
  51.  
  52.  
  53. ;
  54. ; Registry Modifications
  55. ;
  56. [vdlptokn.AddRegistry]
  57. HKLM,%vdlptoknRegistry%,%vdlptoknDebugFlags%,0x00010001 ,0
  58.  
  59. [vdlptokn.DelRegistry]
  60. HKLM,%vdlptoknRegistry%,%vdlptoknDebugFlags%,0x00010001 ,0
  61.  
  62.  
  63. ;
  64. ; Copy Files
  65. ;
  66. [vdlptokn.DriverFiles]
  67. vdlptokn.sys
  68.  
  69. ;;
  70. ;; String Section
  71. ;;
  72.  
  73. [Strings]
  74. Msft                = "DESkey Ltd."
  75. vdlptoknservicedesc    = "DESlock+ Virtual Token Driver"
  76. vdlptoknservicename = "VDLPToken"
  77. vdlptoknRegistry    = "system\currentcontrolset\services\vdlptokn"
  78. vdlptoknDebugFlags   = "DebugFlags"
  79.  
  80. Disk1               = "DESlock+ Virtual Token Install Disk"
  81.  
  82.  
  83.  
  84.  
  85.